Telegram Group & Telegram Channel
from machine import Pin
from time import sleep
led = Pin(16, Pin.OUT)
while True:
led.high()
sleep(1)
led.low()
sleep(1)

gpio16 # D0

@micropython_iot



tg-me.com/micropython_iot/142
Create:
Last Update:

from machine import Pin
from time import sleep
led = Pin(16, Pin.OUT)
while True:
led.high()
sleep(1)
led.low()
sleep(1)

gpio16 # D0

@micropython_iot

BY Micropython & IOT




Share with your friend now:
tg-me.com/micropython_iot/142

View MORE
Open in Telegram


Micropython & IOT Telegram | DID YOU KNOW?

Date: |

Newly uncovered hack campaign in Telegram

The campaign, which security firm Check Point has named Rampant Kitten, comprises two main components, one for Windows and the other for Android. Rampant Kitten’s objective is to steal Telegram messages, passwords, and two-factor authentication codes sent by SMS and then also take screenshots and record sounds within earshot of an infected phone, the researchers said in a post published on Friday.

Micropython & IOT from br


Telegram Micropython & IOT
FROM USA